home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Programare / rpdcss / rpdcss5.exe / {app} / data / cssdefs / Internet Explorer 6.ini < prev    next >
Encoding:
INI File  |  2004-07-17  |  14.1 KB  |  821 lines

  1. ; CSS Internet Explorer 6 Compatible
  2.  
  3. [%groups]
  4.  
  5. borders=Borders
  6. colors=Colors and Backgrounds
  7. fonts=Font
  8. page=Printing
  9. table=Tables
  10. text=Text
  11. visual=Visual
  12. scrollbar=Scrollbar
  13. other=Other
  14.  
  15. [%properties]
  16.  
  17. background
  18. background-attachment
  19. background-color
  20. background-image
  21. background-position
  22. background-repeat
  23. behavior
  24. border
  25. border-bottom
  26. border-bottom-color
  27. border-bottom-style
  28. border-bottom-width
  29. border-collapse
  30. border-color
  31. border-left
  32. border-left-color
  33. border-left-style
  34. border-left-width
  35. border-right
  36. border-right-color
  37. border-right-style
  38. border-right-width
  39. border-style
  40. border-top
  41. border-top-color
  42. border-top-style
  43. border-top-width
  44. border-width
  45. bottom
  46. clear
  47. clip
  48. color
  49. cursor
  50. direction
  51. display
  52. filter
  53. float
  54. font
  55. font-family
  56. font-size
  57. font-style
  58. font-variant
  59. font-weight
  60. height
  61. ime-mode
  62. layout-flow
  63. layout-grid
  64. layout-grid-char
  65. layout-grid-char-spacing
  66. layout-grid-line
  67. layout-grid-mode
  68. layout-grid-type
  69. left
  70. letter-spacing
  71. line-break
  72. line-height
  73. list-style
  74. list-style-image
  75. list-style-position
  76. list-style-type
  77. margin
  78. margin-bottom
  79. margin-left
  80. margin-right
  81. margin-top
  82. min-height
  83. overflow
  84. padding
  85. padding-bottom
  86. padding-left
  87. padding-right
  88. padding-top
  89. page
  90. page-break-after
  91. page-break-before
  92. position
  93. right
  94. ruby-align
  95. ruby-overhang
  96. ruby-position
  97. table-layout
  98. text-align
  99. text-autospace
  100. text-decoration
  101. text-indent
  102. text-justify
  103. text-kashida-space
  104. text-overflow
  105. text-transform
  106. top
  107. unicode-bidi
  108. vertical-align
  109. visibility
  110. width
  111. word-break
  112. word-spacing
  113. z-index
  114. scrollbar-3dlight-color
  115. scrollbar-arrow-color
  116. scrollbar-base-color
  117. scrollbar-darkshadow-color
  118. scrollbar-face-color
  119. scrollbar-highlight-color
  120. scrollbar-shadow-color
  121. scrollbar-track-color
  122. text-underline-position
  123. white-space
  124. word-wrap
  125. writing-mode
  126. zoom
  127.  
  128. [%units]
  129. <length>=px|em|ex|pt|in|pc|mm|cm
  130.  
  131. [%types]
  132. <generic-family>=serif|sans-serif|cursive|fantasy|monospace
  133. <absolute-size>=xx-small|x-small|small|medium|large|x-large|xx-large
  134. <relative-size>=larger|smaller
  135. <border-style>=none|dotted|dashed|solid|double|groove|ridge|inset|outset|hidden
  136. <border-width>=thin|medium|thick|<length>
  137. <iefilter>=shadow|blur|glow|dropShadow|wave|fliph|flipy|gray|invert|light|mask|xray
  138.  
  139. [background]
  140. inherited=0
  141. initial=
  142. group=colors
  143. value=<mixed>
  144. sub1=background-color,<color>|transparent
  145. sub2=background-image,<imageurl>|none
  146. sub3=background-repeat,repeat-x|repeat-y|no-repeat|repeat
  147. sub4=background-attachment,scroll|fixed
  148. sub5=background-position,<percentage>|<length>|top|center|bottom|left|right
  149.  
  150. [background-attachment]
  151. inherited=0
  152. initial=scroll
  153. group=colors
  154. value=scroll|fixed
  155.  
  156. [background-color]
  157. inherited=0
  158. initial=transparent
  159. group=colors
  160. value=<color>|transparent
  161.  
  162. [background-image]
  163. inherited=0
  164. initial=none
  165. group=colors
  166. value=<imageurl>|none
  167.  
  168. [background-position]
  169. inherited=0
  170. initial=0% 0%
  171. group=colors
  172. multiple=1
  173. value=<percentage>|<length>|top|center|bottom|left|center|right
  174.  
  175. [background-repeat]
  176. inherited=0
  177. initial=repeat
  178. group=colors
  179. value=repeat-x|repeat-y|no-repeat|repeat
  180.  
  181. [behavior]
  182. group=other
  183. value=<url>
  184.  
  185. [border]
  186. inherited=0
  187. initial=
  188. group=borders
  189. value=<mixed>
  190. sub1=width,<border-width>
  191. sub2=style,<border-style>
  192. sub3=color,<color>
  193.  
  194. [border-bottom]
  195. inherited=0
  196. initial=
  197. group=borders
  198. value=<mixed>
  199. sub1=width,<border-width>
  200. sub2=style,<border-style>
  201. sub3=color,<color>
  202.  
  203. [border-bottom-color]
  204. inherited=0
  205. initial=
  206. group=borders
  207. value=<color>
  208.  
  209. [border-bottom-style]
  210. inherited=0
  211. initial=
  212. group=borders
  213. value=<border-style>
  214.  
  215. [border-bottom-width]
  216. inherited=0
  217. initial=medium
  218. group=borders
  219. value=<border-width>
  220.  
  221. [border-collapse]
  222. group=table
  223. inherited=1
  224. initial=collapse
  225. value=collapse|separate
  226.  
  227. [border-color]
  228. inherited=0
  229. initial=
  230. group=borders
  231. value=<mixed>|<color>
  232. sub1=border-top-color,<color>
  233. sub2=border-right-color,<color>
  234. sub3=border-bottom-color,<color>
  235. sub4=border-left-color,<color>
  236.  
  237. [border-left]
  238. inherited=0
  239. initial=
  240. group=borders
  241. value=<mixed>
  242. sub1=width,<border-width>
  243. sub2=style,<border-style>
  244. sub3=color,<color>
  245.  
  246. [border-left-color]
  247. inherited=0
  248. initial=
  249. group=borders
  250. value=<color>
  251.  
  252. [border-left-style]
  253. inherited=0
  254. initial=
  255. group=borders
  256. value=<border-style>
  257.  
  258. [border-left-width]
  259. inherited=0
  260. initial=medium
  261. group=borders
  262. value=<border-width>
  263.  
  264. [border-right]
  265. inherited=0
  266. initial=
  267. group=borders
  268. value=<mixed>
  269. sub1=width,<border-width>
  270. sub2=style,<border-style>
  271. sub3=color,<color>
  272.  
  273. [border-right-color]
  274. inherited=0
  275. initial=
  276. group=borders
  277. value=<color>
  278.  
  279. [border-right-style]
  280. inherited=0
  281. initial=
  282. group=borders
  283. value=<border-style>
  284.  
  285. [border-right-width]
  286. inherited=0
  287. initial=medium
  288. group=borders
  289. value=<border-width>
  290.  
  291. [border-style]
  292. inherited=0
  293. initial=none
  294. group=borders
  295. value=<mixed>|<border-style>
  296. sub1=border-top-style,<border-style>
  297. sub2=border-right-style,<border-style>
  298. sub3=border-bottom-style,<border-style>
  299. sub4=border-left-style,<border-style>
  300.  
  301. [border-top]
  302. inherited=0
  303. initial=
  304. group=borders
  305. value=<mixed>
  306. sub1=width,<border-width>
  307. sub2=style,<border-style>
  308. sub3=color,<color>
  309.  
  310. [border-top-color]
  311. inherited=0
  312. initial=
  313. group=borders
  314. value=<color>
  315.  
  316. [border-top-style]
  317. inherited=0
  318. initial=
  319. group=borders
  320. value=<border-style>
  321.  
  322. [border-top-width]
  323. inherited=0
  324. initial=medium
  325. group=borders
  326. value=<border-width>
  327.  
  328. [border-width]
  329. inherited=0
  330. initial=
  331. group=borders
  332. value=<mixed>|<border-width>
  333. sub1=border-top-width,<border-width>
  334. sub2=border-right-width,<border-width>
  335. sub3=border-bottom-width,<border-width>
  336. sub4=border-left-width,<border-width>
  337.  
  338. [bottom]
  339. inherited=0
  340. group=visual
  341. initial=auto
  342. value=<percentage>|<length>|auto
  343.  
  344. [clear]
  345. inherited=0
  346. initial=none
  347. group=borders
  348. value=none|left|right|both
  349.  
  350. [clip]
  351. inherited=0
  352. initial=auto
  353. group=visual
  354. value=auto
  355.  
  356. [color]
  357. inherited=1
  358. initial=
  359. group=colors
  360. value=<color>
  361.  
  362. [cursor]
  363. inherited=1
  364. group=visual
  365. initial=auto
  366. value=<url>|auto|crosshair|default|pointer|move|e-resize|ne-resize|nw-resize|n-resize|se-resize|sw-resize|s-resize|w-resize|text|wait|help
  367.  
  368. [direction]
  369. inherited=1
  370. group=visual
  371. initial=ltr
  372. value=ltr|rtl
  373.  
  374. [display]
  375. inherited=0
  376. initial=block
  377. group=visual
  378. value=inline|block|list-item|run-in|compact|marker|inline-table|table-row-group|table-header-group|table-footer-group|table-row|table-column-group|table-column|table-cell|table-caption|table|none
  379.  
  380. [filter]
  381. group=other
  382. value=<iefilter>
  383.  
  384. [float]
  385. inherited=0
  386. initial=none
  387. group=borders
  388. value=left|right|none
  389.  
  390. [font]
  391. inherited=1
  392. group=fonts
  393. value=<mixed>
  394. sub1=system-font,caption|icon|menu|message-box|small-caption|status-bar
  395. sub2=font-style,normal|italic|oblique
  396. sub3=font-variant,normal|small-caps
  397. sub4=font-weight,normal|bolder|bold|lighter|100|200|300|400|500|600|700|800|900
  398. sub5=font-size,<length>|<percentage>|<relative-size>|<absolute-size>
  399. sub6=line-height,<percentage>|<length>|<number>|normal
  400. sub7=font-family,<font>
  401.  
  402. [font-family]
  403. inherited=1
  404. initial=
  405. group=fonts
  406. value=<font>
  407.  
  408. [font-size]
  409. inherited=1
  410. initial=medium
  411. group=fonts
  412. value=<length>|<percentage>|<relative-size>|<absolute-size>
  413.  
  414. [font-style]
  415. inherited=1
  416. initial=normal
  417. group=fonts
  418. value=normal|italic|oblique
  419.  
  420. [font-variant]
  421. inherited=1
  422. initial=normal
  423. group=fonts
  424. value=normal|small-caps
  425.  
  426. [font-weight]
  427. inherited=1
  428. initial=normal
  429. group=fonts
  430. value=normal|bolder|bold|lighter|100|200|300|400|500|600|700|800|900
  431.  
  432. [height]
  433. inherited=0
  434. initial=auto
  435. group=visual
  436. value=<percentage>|<length>|auto
  437.  
  438. [ime-mode]
  439. group=Text
  440. initial=auto
  441. value=auto|active|inactive|disabled
  442.  
  443. [layout-flow]
  444. group=Text
  445. initial=horizontal
  446. value=horizontal|vertical-ideographic
  447.  
  448. [layout-grid]
  449. group=Text
  450. value=<mixed>
  451. sub1=layout-grid-mode,both|none|line|char
  452. sub2=layout-grid-type,loose|strict|fixed
  453. sub3=layout-grid-line,<percentage>|<length>|none|auto
  454. sub4=layout-grid-char,<percentage>|<length>|none|auto
  455. sub5=layout-grid-char-spacing,<percentage>|<length>|auto
  456.  
  457. [layout-grid-char]
  458. group=Text
  459. initial=none
  460. value=<percentage>|<length>|none|auto
  461.  
  462. [layout-grid-char-spacing]
  463. group=Text
  464. initial=auto
  465. value=<percentage>|<length>|auto
  466.  
  467. [layout-grid-line]
  468. group=Text
  469. initial=none
  470. value=<percentage>|<length>|none|auto
  471.  
  472. [layout-grid-mode]
  473. group=Text
  474. initial=both
  475. value=both|none|line|char
  476.  
  477. [layout-grid-type]
  478. group=Text
  479. initial=loose
  480. value=loose|strict|fixed
  481.  
  482. [left]
  483. inherited=0
  484. initial=auto
  485. group=visual
  486. value=<percentage>|<length>|auto
  487.  
  488. [letter-spacing]
  489. inherited=1
  490. initial=normal
  491. group=text
  492. value=<length>|normal
  493.  
  494. [line-break]
  495. group=Text
  496. initial=normal
  497. value=normal|strict
  498.  
  499. [line-height]
  500. inherited=1
  501. initial=normal
  502. group=text
  503. value=<percentage>|<length>|<number>|normal
  504.  
  505. [list-style]
  506. inherited=1
  507. initial=
  508. group=visual
  509. value=<mixed>
  510. sub1=list-style-type,disc|circle|square|decimal-leading-zero|decimal|lower-roman|upper-roman|lower-greek|lower-alpha|lower-latin|upper-alpha|upper-latin|hebrew|armenian|georgian|cjk-ideographic|hiragana-iroha|hiragana|katakana-iroha|katakana|none
  511. sub2=list-style-position,inside|outside
  512. sub3=list-style-image,<imageurl>|none
  513.  
  514. [list-style-image]
  515. inherited=1
  516. initial=none
  517. group=visual
  518. value=<imageurl>|none
  519.  
  520. [list-style-position]
  521. inherited=1
  522. initial=outside
  523. group=visual
  524. value=inside|outside
  525.  
  526. [list-style-type]
  527. inherited=1
  528. initial=disc
  529. group=visual
  530. value=disc|circle|square|decimal-leading-zero|decimal|lower-roman|upper-roman|lower-greek|lower-alpha|lower-latin|upper-alpha|upper-latin|hebrew|armenian|georgian|cjk-ideographic|hiragana-iroha|hiragana|katakana-iroha|katakana|none
  531.  
  532. [margin]
  533. inherited=0
  534. initial=
  535. group=borders
  536. value=<mixed>|<percentage>|<length>|auto
  537. sub1=margin-top,<percentage>|<length>|auto
  538. sub2=margin-right,<percentage>|<length>|auto
  539. sub3=margin-bottom,<percentage>|<length>|auto
  540. sub4=margin-left,<percentage>|<length>|auto
  541.  
  542. [margin-bottom]
  543. inherited=0
  544. initial=0
  545. group=borders
  546. value=<percentage>|<length>|auto
  547.  
  548. [margin-left]
  549. inherited=0
  550. initial=0
  551. group=borders
  552. value=<percentage>|<length>|auto
  553.  
  554. [margin-right]
  555. inherited=0
  556. initial=0
  557. group=borders
  558. value=<percentage>|<length>|auto
  559.  
  560. [margin-top]
  561. inherited=0
  562. initial=0
  563. group=borders
  564. value=<percentage>|<length>|auto
  565.  
  566. [min-height]
  567. inherited=0
  568. initial=0
  569. group=visual
  570. value=<percentage>|<length>|none
  571.  
  572. [overflow]
  573. inherited=0
  574. initial=visible
  575. group=visual
  576. value=visible|hidden|scroll|auto
  577.  
  578. [overflow-x]
  579. inherited=0
  580. initial=visible
  581. group=visual
  582. value=visible|hidden|scroll|auto
  583.  
  584. [overflow-y]
  585. inherited=0
  586. initial=visible
  587. group=visual
  588. value=visible|hidden|scroll|auto
  589.  
  590. [padding]
  591. inherited=0
  592. initial=
  593. group=borders
  594. value=<mixed>|<percentage>|<length>
  595. sub1=padding-top,<percentage>|<length>
  596. sub2=padding-right,<percentage>|<length>
  597. sub3=padding-bottom,<percentage>|<length>
  598. sub4=padding-left,<percentage>|<length>
  599.  
  600. [padding-bottom]
  601. inherited=0
  602. initial=0
  603. group=borders
  604. value=<percentage>|<length>
  605.  
  606. [padding-left]
  607. inherited=0
  608. initial=0
  609. group=borders
  610. value=<percentage>|<length>
  611.  
  612. [padding-right]
  613. inherited=0
  614. initial=0
  615. group=borders
  616. value=<percentage>|<length>
  617.  
  618. [padding-top]
  619. inherited=0
  620. initial=0
  621. group=borders
  622. value=<percentage>|<length>
  623.  
  624. [page]
  625. inherited=1
  626. initial=auto
  627. group=page
  628. value=auto
  629.  
  630. [page-break-after]
  631. inherited=0
  632. initial=auto
  633. group=page
  634. value=auto|always|avoid|left|right
  635.  
  636. [page-break-before]
  637. inherited=0
  638. initial=auto
  639. group=page
  640. value=auto|always|avoid|left|right
  641.  
  642. [position]
  643. inherited=0
  644. initial=static
  645. group=visual
  646. value=static|relative|absolute|fixed
  647.  
  648. [right]
  649. inherited=0
  650. initial=auto
  651. group=visual
  652. value=<percentage>|<length>|auto
  653.  
  654. [ruby-align]
  655. group=Text
  656. initial=auto
  657. value=auto|left|center|right|distribute-letter|distribute-space|line-edge
  658.  
  659. [ruby-overhang]
  660. group=Text
  661. initial=auto
  662. value=auto|whitespace|none
  663.  
  664. [ruby-position]
  665. group=Text
  666. initial=above
  667. value=above|inline
  668.  
  669. [scrollbar-3dlight-color]
  670. group=scrollbar
  671. value=<color>
  672.  
  673. [scrollbar-arrow-color]
  674. group=scrollbar
  675. value=<color>
  676.  
  677. [scrollbar-base-color]
  678. group=scrollbar
  679. value=<color>
  680.  
  681. [scrollbar-darkshadow-color]
  682. group=scrollbar
  683. value=<color>
  684.  
  685. [scrollbar-face-color]
  686. group=scrollbar
  687. value=<color>
  688.  
  689. [scrollbar-highlight-color]
  690. group=scrollbar
  691. value=<color>
  692.  
  693. [scrollbar-shadow-color]
  694. group=Scrollbar
  695. value=<color>
  696.  
  697. [scrollbar-track-color]
  698. group=scrollbar
  699. value=<color>
  700.  
  701. [table-layout]
  702. inherited=0
  703. initial=auto
  704. group=table
  705. value=auto|fixed
  706.  
  707. [text-align]
  708. inherited=1
  709. initial=
  710. group=text
  711. value=left|right|center|justify
  712.  
  713. [text-autospace]
  714. group=Text
  715. initial=none
  716. value=none|ideograph-alpha|ideograph-numeric|ideograph-parenthesis|ideograph-space
  717.  
  718. [text-decoration]
  719. inherited=0
  720. initial=none
  721. group=text
  722. value=none|underline|overline|line-through|blink
  723.  
  724. [text-indent]
  725. inherited=1
  726. initial=0
  727. group=text
  728. value=<percentage>|<length>
  729.  
  730. [text-justify]
  731. group=Text
  732. initial=auto
  733. value=inter-word|newspaper|distribute-all-lines|distribute|inter-ideograph|auto
  734.  
  735. [text-kashida-space]
  736. group=Text
  737. value=<percentage>|inherit
  738.  
  739. [text-overflow]
  740. group=Text
  741. initial=clip
  742. value=ellipsis|clip
  743.  
  744. [text-transform]
  745. inherited=1
  746. initial=none
  747. group=text
  748. value=capitalize|uppercase|lowercase|none
  749.  
  750. [text-underline-position]
  751. group=Text
  752. initial=below
  753. value=above|below
  754.  
  755. [top]
  756. inherited=0
  757. initial=auto
  758. group=visual
  759. value=<percentage>|<length>|auto
  760.  
  761. [unicode-bidi]
  762. inherited=0
  763. initial=normal
  764. group=visual
  765. value=normal|embed|bidi-override
  766.  
  767. [vertical-align]
  768. inherited=0
  769. initial=baseline
  770. group=visual
  771. value=baseline|sub|super|top|text-top|middle|bottom|text-bottom|<percentage>|<length>
  772.  
  773. [visibility]
  774. inherited=0
  775. initial=inherit
  776. group=visual
  777. value=visible|hidden|collapse
  778.  
  779. [white-space]
  780. inherited=1
  781. initial=normal
  782. group=text
  783. value=normal|pre|nowrap
  784.  
  785. [width]
  786. inherited=0
  787. initial=auto
  788. group=borders
  789. value=<percentage>|<length>|auto
  790.  
  791. [word-break]
  792. group=Text
  793. initial=normal
  794. value=normal|break-all|keep-all
  795.  
  796. [word-spacing]
  797. inherited=1
  798. initial=normal
  799. group=text
  800. value=normal|<length>
  801.  
  802. [word-wrap]
  803. group=text
  804. initial=normal
  805. value=normal|break-word
  806.  
  807. [writing-mode]
  808. group=text
  809. initial=lr-tb
  810. value=lr-tb|tb-rl
  811.  
  812. [z-index]
  813. inherited=0
  814. initial=auto
  815. group=visual
  816. value=<number>|auto
  817.  
  818. [zoom]
  819. group=borders
  820. initial=normal
  821. value=normal|<percentage>|<number>